projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84b1de
)
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 2 Sep 1999 20:52:53 +0000
(20:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 2 Sep 1999 20:52:53 +0000
(20:52 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 39606492b082fa44af3ed35e849188ef229928c0..682d8fbe7eaa3ff6f688915f56541caa86581353 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-793,7
+793,7
@@
struct scroll_bar {
/* Trimming off a few pixels from each side prevents
text from glomming up against the scroll bar */
-#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (
2
)
+#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (
0
)
\f
/* Manipulating pixel sizes and character sizes.